home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Chat / Source / English.lproj / Chat.nib / data.classes next >
Text File  |  1992-10-13  |  219b  |  18 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ChatController = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     send:;
  10.     };
  11.     OUTLETS = {
  12.     entry;
  13.     hostName;
  14.     conversation;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18.